projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306d6de
)
Verify that movemail was compiled against liblockfile.
author
Rob Browning
<rlb@defaultvalue.org>
Sun, 24 Jun 2012 23:25:43 +0000
(18:25 -0500)
committer
Rob Browning
<rlb@defaultvalue.org>
Sun, 24 Jun 2012 23:25:43 +0000
(18:25 -0500)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index e74e21b26914289f371afceb996404892c370c13..70188ae76bf6bb0f0ccbc2719a81faada673b919 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-345,6
+345,8
@@
define build_cmd
$(MAKE) -C $(1) -j $(joblimit) CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)"
# If we don't use bootstrap, we need to explicitly build info.
$(MAKE) -C $(1) -j $(joblimit) CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" info
+ # Make sure we chose liblockfile.
+ ldd $(1)/lib-src/movemail | grep liblockfile
endef
override_dh_auto_configure: debian/setup-stamp